home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 8: LINUX Games / Linux Cubed Series 8 - LINUX Games.iso / games / video / fly8111-.000 / fly8111- / fly8 / AMIGA / amigainc.h < prev    next >
C/C++ Source or Header  |  1979-12-31  |  1KB  |  64 lines

  1. /* --------------------------------- amigainc.h ----------------------------- */
  2.  
  3. /* This is part of the flight simulator 'fly8'.
  4.  * Author: Eyal Lebedinsky (eyal@ise.canberra.edu.au).
  5. */
  6.  
  7. #ifdef FOREVER
  8. #undef FOREVER
  9. #endif
  10. #ifdef X
  11. #undef X
  12. #endif
  13. #ifdef Y
  14. #undef Y
  15. #endif
  16. #ifdef Z
  17. #undef Z
  18. #endif
  19. #ifdef SHORT
  20. #undef SHORT
  21. #endif
  22.  
  23. #include <exec/types.h>
  24. #include <exec/io.h>
  25. #include <exec/memory.h>
  26. #include <exec/execbase.h>
  27. #include <exec/devices.h>
  28. #include <exec/ports.h>
  29. #include <devices/gameport.h>
  30. #include <devices/inputevent.h>
  31. #include <devices/keyboard.h>
  32. #include <libraries/dos.h>
  33. #include <intuition/intuition.h>
  34. #include <graphics/gfx.h>
  35. #include <graphics/gfxbase.h>
  36. #include <graphics/gfxmacros.h>
  37. #include <graphics/gels.h>
  38. #include <libraries/dos.h>
  39. #ifdef _DCC
  40. #include <clib/all_protos.h>
  41. #endif
  42. #ifdef __GNUC__
  43. #include <inline/graphics.h>
  44. #include <inline/intuition.h>
  45. #include <inline/timer.h>
  46. #endif
  47.  
  48. #ifdef FOREVER
  49. #undef FOREVER
  50. #endif
  51. #ifdef X
  52. #undef X
  53. #endif
  54. #ifdef Y
  55. #undef Y
  56. #endif
  57. #ifdef Z
  58. #undef Z
  59. #endif
  60. #ifdef SHORT
  61. #undef SHORT
  62. #endif
  63.  
  64.